home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -screenplay- / otherstuff / f1gplib_usr / readme < prev    next >
Text File  |  1999-12-06  |  2KB  |  49 lines

  1. f1gp.library 36.10 (9.11.99)
  2. Copyright © 1995-1999 Oliver Roberts, All Rights Reserved.
  3. This library is freely distributable.
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. f1gp.library is a small library which provides a small number of functions
  9. for programmers which allow detection of F1GP and notification of a number
  10. of different events (e.g. when F1GP exits).  There is also a function which
  11. can calulate the correct file checksum.
  12.  
  13. The library also performs various patches on F1GP automatically, including
  14. making the game use the VBR, making the game use the faster graphics fetch
  15. modes of the AGA chipset and the ability for the game to run using 31kHz
  16. screenmodes (primarily to support VGA monitors which cannot display PAL or
  17. NTSC screens).
  18.  
  19. It was developed by me to aid F1GP hackers/developers and helps provide
  20. compatibility between programs.  In one of the previous registered versions
  21. of F1GP-Ed (a long time ago) I implemented a routine to detect if F1GP was
  22. running in memory.  This was required by the new "save to memory" feature.
  23. Then Grant and Rene popped up and I let them use the same code in their
  24. programs.  Eventually, I decided to put this routine in a shared library
  25. which made things a lot easier and saved on memory (a little bit). That's
  26. how it started and not a lot has changed since, except a couple of new
  27. things.  It is very easy for a program to register itself with the library
  28. so when F1GP quits the program can act accordingly - it is common for F1GP
  29. patch programs to need to know when F1GP quits (at the instant it happens)
  30. to provide stability.
  31.  
  32. f1gp.library is currently used by add-on programs for MicroProse's F1GP
  33. game including F1GP-Ed, SplitTime, AGPPerf and AGPLapTime.
  34.  
  35.  
  36. DEVELOPERS
  37.  
  38. Anybody interested in using f1gp.library in their own program(s) should
  39. download f1gplib_dev.lha, available from the same places as this user
  40. version.
  41.  
  42.  
  43. AUTHOR
  44.  
  45. f1gp.library was programmed by F1GP-Ed author, Oliver Roberts.
  46.  
  47.  E-mail: oliver.roberts@iname.com
  48.     WWW: http://www.nanunanu.org/~oliver/
  49.